ArcPad Map File Schema
TRACKLOG Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element : TRACKLOG Element

Glossary Item Box

Description

Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).

Diagram

TRACKLOG Element

Overview

TRACKLOG
Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse  

Source

<xs:element name="TRACKLOG" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" ref="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the tracklog is displayed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.